package service
Type Members
- class NewsService extends SessionService
Service for interacting with the news repository.
Service for interacting with the news repository.
- Annotations
- @Slf4j() @Singleton()
- class NewsSourcesService extends SessionService
Service for interacting with the news sources repository.
Service for interacting with the news sources repository.
- Annotations
- @Slf4j() @Singleton()
- abstract class SessionService extends AnyRef
An abstract service class providing session-based operation handling.
An abstract service class providing session-based operation handling. This class provides a utility method to perform operations that require * a valid session ID.